home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nothing but GIFs AGA
/
Nothing But GIFs.iso
/
utility
/
pc-dos
/
gifv501.arj
/
GIFV.SLL
< prev
next >
Wrap
Text File
|
1993-10-11
|
285b
|
14 lines
;
; GIFV.SLL
; This routine will take all BMP files and turn them into GIF files
; in the current directory! (Similar to GIFV.SLH)
;
change-path *.bmp
:loop
loadnext :exit
write g
goto :loop
:exit
system del *.bmp